Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NArrayHelpers<T> Class / GWQ Method


In This Topic
    GWQ Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Sub GWQ( _
       ByVal hWQ() As T, _
       ByVal IWQ As System.Collections.Generic.IComparer(Of T), _
       ByVal jWQ As System.Integer, _
       ByVal KWQ As System.Integer _
    ) 
    'Usage
     
    
    Dim hWQ() As T
    Dim IWQ As System.Collections.Generic.IComparer(Of T)
    Dim jWQ As System.Integer
    Dim KWQ As System.Integer
     
    NArrayHelpers(Of T).GWQ(hWQ, IWQ, jWQ, KWQ)
    internal static void GWQ( 
       T[] hWQ,
       System.Collections.Generic.IComparer<T> IWQ,
       System.int jWQ,
       System.int KWQ
    )

    Parameters

    hWQ
    IWQ
    jWQ
    KWQ
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also